/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.05.2017, 18:07:10
    Author     : programer
*/

.cart-list__item.cart-list__item--template{
    display: none;
}

.cart-list {
    width: 305px;
    position: relative;
    display: none;
    float: right;
    background: white;
    -webkit-box-shadow: 0px 6px 60px 0px rgba(207, 207, 207, 0.35);
    box-shadow: 0px 6px 60px 0px rgba(207, 207, 207, 0.35);
    z-index: 99;
}
@media (min-width: 1830px) {
    .cart-list {
        position: absolute;
        right: 90px;
    }
}
@media (max-width: 991px) {
    .cart-list {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 1600px) {
    .cart-list {
        display: none !important;
    }
}
.cart-list__header {
    padding: 22px 30px;
    background: #F2F1F1;
    border-bottom: 2px solid #EBEAEA;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-list__header img {
    margin-right: 20px;
    width: 38px;
}
.cart-list__title {
    font-family: 'GothamProBold';
    font-size: 18px;
    color: #e20932;
}
.cart-list__title--big {
    margin-bottom: 15px;
    font-family: 'GothamProBold';
    font-size: 18px;
    color: #181818;
}
.cart-list__total {
    font-family: 'GothamProBold';
    font-size: 18px;
    color: #181818;
    margin-bottom: 22px;
}
.cart-list .rub {
    font-weight: bold;
}
.cart-list__subtitle {
    font-family: 'GothamProBold';
    font-size: 14px;
    color: #181818;
}
.cart-list__content {
    padding: 25px 30px;
}
.cart-list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid #F1F2F3;
}
.cart-list__item a {
    color: #181818;
    display: block;
}
.cart-list__item a:hover {
    color: #e20932;
    text-decoration: none;
}

.cart-list__item a .cart-list__item-count {
    color: #e20932;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
}

.cart-list__item a.cart-list__remove {
    margin-right: 15px;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: url("../img/icon.svg") no-repeat;
    background-position: center;
    background-size: 12px;
    text-align: center;
    display: inline-block;
}
.cart-list__item a.cart-list__remove img {
    width: 11px;
    height: 11px;
}
.cart-list__item a.cart-list__remove:hover {
    background-image: url("../img/icon2.svg");
}
.cart-list__footer {
    padding: 22px 30px;
    padding-top: 0px;
}
.cart-list__footer a {
    padding: 15px 12px;
    font-family: 'GothamProBold';
    font-size: 14px;
    background: white;
    color: #e20932;
    border-width: 2px;
}
.cart-list__footer a:hover {
    background: #C5082C;
    color: white;
}

@media (max-width: 1199px){
    .cart-list{
        display: none;
    }
}



.basket-total-amount {
  margin-bottom: 15px;
  max-width: 250px;
  padding: 16px 14px 14px;
  background: #e20932;
  color: white; }
  .basket-total-amount__title {
    padding-bottom: 12px;
    border-bottom: 1px solid #E94463;
    font: 24px/24px 'GothamProBold', sans-serif; }
  .basket-total-amount__info {
    margin: 10px 0px; }
    .basket-total-amount__info b {
      font: 14px/20px 'GothamProBold', sans-serif; }
  .basket-total-amount__sum {
    padding-top: 12px;
    border-top: 1px solid #E94463;
    font: 18px/30px 'GothamProBold', sans-serif; }
    .basket-total-amount__sum .rub {
      font-weight: bold; }
      
      
.achivments-widget {
  display: block;
  padding-bottom: 28px; }
  .achivments-widget__stripe {
    padding: 25px 32px;
    padding-right: 5px;
    height: 90px;
    background: #e20932;
    color: white; }
  .achivments-widget__counter {
    font-size: 54px;
    line-height: 41px;
    font-weight: bold;
    float: left; }
  .achivments-widget__causes {
    margin-top: -6px;
    margin-left: 46px;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold; }
  .achivments-widget__why {
    margin-top: 4px;
    margin-left: 46px;
    font-size: 16px;
    font-weight: normal; }
  .achivments-widget__item {
    padding-top: 28px;
    padding-left: 21px; }
    .achivments-widget__item:after {
      content: "";
      display: table;
      clear: both; }
  .achivments-widget__icon {
    position: relative;
    margin-right: 14px;
    width: 56px;
    height: 56px;
    background: white;
    border: 1px dashed #BDBDBD;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left; }
    .achivments-widget__icon:before {
      content: '';
      display: block;
      border-left: 1px dashed #BDBDBD;
      width: 1px;
      height: 28px;
      top: -29px;
      position: absolute; }
  .achivments-widget__title {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .achivments-widget__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #6C6C6C; }
